home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GIFV.SLA
- ; Slide show of ROOT directory in Drive G:
- ; Pick highest resolution then back down one.
- ;
- slide-type-normal ;Pick normal display mode
- res 9 ;pick resolution #9
- res-lock ;lock in on it
- res-down ;no go down to one resolution
- change-path g:\*.gif ;select path of files
- :loop ;label
- loadnext :exit ;load/display file
- goto :loop ;loop through files
- :exit ;where we exit program.
-
-